home *** CD-ROM | disk | FTP | other *** search
-
-
- > I'm programming with a friend of mine an arcade game called
- > Dark Ages. Five levels including different places and dif-
- > ferent enemies to fight. But during programming i had some
- > problems. Amos Pro doesn't allow user to use differents
- > sprite or bob banks at the same time. There are no commands
- > like SPRITE BANK n or USE SPRITE BANK n and so i would like
- > to know if i'm wrong and if there are others ways to
- > use more bob banks in a game.
-
- Why you need it? You can put all your images in the BANK 1 and access
- them as you want...
-
- But if what you need are bank which have nothing in common with other
- you can simply swap them as BANK 1.
-
- M&F
-
-